Feature: Crear tags
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 45.515s |
Scenario: 15. Usuario logueado - Crear tag nuevo - Con titulo
Before
0m 1.824s
Given
I navigate to page "http://localhost:2368/ghost/#/signin"
0m 5.255s
And
I wait for 2 seconds
0m 2.518s
When
I enter email "<USERNAME>"
0m 1.178s
And
I wait for 2 seconds
0m 2.466s
When
I enter password "<PASSWORD>"
0m 0.985s
And
I wait for 2 seconds
0m 2.447s
When
I click button loggin
0m 1.040s
And
I wait for 2 seconds
0m 6.395s
When
I go to tags
0m 3.027s
And
I wait for 2 seconds
0m 3.279s
When
I click on new tag
0m 2.785s
And
I wait for 2 seconds
0m 3.163s
When
I type a tag title
0m 2.151s
And
I wait for 2 seconds
0m 3.392s
When
I click on save tag
0m 2.133s
Then
I expect a green button change
0m 1.400s
After
0m 0.077s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "http://localhost:2368/ghost/#/signin"
And
I wait for 2 seconds
When
I enter email "<USERNAME>"
And
I wait for 2 seconds
When
I enter password "<PASSWORD>"
And
I wait for 2 seconds
When
I click button loggin
And
I wait for 2 seconds
When
I go to tags
And
I wait for 2 seconds
When
I click on new tag
And
I wait for 2 seconds
When
I type a tag title
And
I wait for 2 seconds
When
I click on save tag
Then
I expect a green button change
After
NO IMAGE AVAILABLE